Class org.omg.CORBA.CompletionStatus
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.CompletionStatus
java.lang.Object
|
+----org.omg.CORBA.CompletionStatus
- public final class CompletionStatus
- extends Object
-
_COMPLETED_MAYBE
-
-
_COMPLETED_NO
-
-
_COMPLETED_YES
-
-
COMPLETED_MAYBE
-
-
COMPLETED_NO
-
-
COMPLETED_YES
-
-
from_int(int)
-
-
value()
-
_COMPLETED_YES
public final static int _COMPLETED_YES
_COMPLETED_NO
public final static int _COMPLETED_NO
_COMPLETED_MAYBE
public final static int _COMPLETED_MAYBE
COMPLETED_YES
public final static CompletionStatus COMPLETED_YES
COMPLETED_NO
public final static CompletionStatus COMPLETED_NO
COMPLETED_MAYBE
public final static CompletionStatus COMPLETED_MAYBE
value
public int value()
from_int
public final static CompletionStatus from_int(int i) throws BAD_PARAM
All Packages Class Hierarchy This Package Previous Next Index